home *** CD-ROM | disk | FTP | other *** search
-
- This is an application to aid the debugging of other WIMP applications. It
- provides a Text window into which dubugging output can be sent to be viewed,
- scrolled through, saved and so forth. It works by picking up a broadcast of
- message &804c0, this is in the Aleph One SWI chunk and thus is not going to
- be used by anyone but me! A single C library routine (buglib_message) is
- provided to give a printf type call for outputing to the debug window but
- there is no reason why the message should not come from an application
- writen in some other language.
-
- The version here I recompiled on a standard version of ANSI 'C' 3.00 so
- it may have bugs from that library but at least it is O.K. for global
- distribution.
-
- Nicko
-